curl --request DELETE \
--url https://api.anchorbrowser.io/v1/applications/{applicationId} \
--header 'anchor-api-key: <api-key>'{
"success": true
}Deletes an existing application.
curl --request DELETE \
--url https://api.anchorbrowser.io/v1/applications/{applicationId} \
--header 'anchor-api-key: <api-key>'{
"success": true
}Was this page helpful?