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"
}
}Deletes the application with the given ID in the path
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"
}
}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.
The id of the application being deleted
Application was successfully deleted
Was this page helpful?