Skip to main content
Delete an application
curl --request DELETE \
  --url https://api.yapily.com/applications/{applicationId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "error": {
    "code": 401,
    "status": "UNAUTHORIZED",
    "message": "Full authentication is required to access this resource"
  }
}

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication with your Application ID as username and Application Secret as password. Manage credentials in the Yapily Console. See Authentication for details.

Path Parameters

applicationId
string<uuid>
required

The id of the application being deleted

Response

Application was successfully deleted