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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.yapily.com/llms.txt

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

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