Skip to main content
DELETE
/
v1
/
applications
/
{id}
/
providers
/
{providerId}
Unlink a Provider from an Application
curl --request DELETE \
  --url https://identity.sandbox.lerian.net/v1/applications/{id}/providers/{providerId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The authorization token in the 'Bearer ' format.

Path Parameters

id
string
required

The unique identifier of the application you want to retrieve.

providerId
string
required

The unique identifier of the provider.

Response

If the request is successful, you will receive an empty response.