cURL
curl --request DELETE \ --url https://api.anchorbrowser.io/v1/extensions/{id} \ --header 'anchor-api-key: <api-key>'
{ "data": { "data": { "status": "<string>" } } }
Delete an extension and remove it from storage
API key passed in the header
The ID of the extension to delete
Extension deleted successfully
Show child attributes
Was this page helpful?