cURL
curl --request DELETE \ --url https://api.anchorbrowser.io/v1/applications/{applicationId} \ --header 'anchor-api-key: <api-key>'
{ "success": true }
Deletes an existing application.
Documentation IndexFetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txt
Use this file to discover all available pages before exploring further.
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?