Skip to main content
DELETE
/
v1
/
applications
/
{id}
Delete an Application
curl --request DELETE \
  --url https://identity.sandbox.lerian.net/v1/applications/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The authorization token in the 'Bearer <token>' format.

Path Parameters

id
string
required

The unique identifier of the application you want to retrieve.

Response

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