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>'

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.