cURL
curl --request DELETE \ --url https://api.anchorbrowser.io/v1/applications/{applicationId} \ --header 'anchor-api-key: <api-key>'
{ "success": true }
Deletes an existing application.
Beta Capability. Contact support to enable.
API key passed in the header
The ID of the application to delete
Application deleted successfully
Whether the deletion was successful
Was this page helpful?