English
Access Manager
cURL
curl --request DELETE \ --url https://identity.sandbox.lerian.net/v1/applications/{id} \ --header 'Authorization: Bearer <token>'
204
Use this endpoint to remove an application and its associated credentials from the system. This action is permanent and cannot be undone.
The authorization token in the 'Bearer ' format.
The unique identifier of the application you want to retrieve.
If the request is successful, you will receive an empty response.