cURL
curl --request DELETE \ --url https://api.anchorbrowser.io/v1/extensions/{id} \ --header 'anchor-api-key: <api-key>'
{ "data": { "data": { "status": "success" } } }
Delete an extension and remove it from storage
API key passed in the header
The ID of the extension to delete
"550e8400-e29b-41d4-a716-446655440000"
Extension deleted successfully
The response is of type object.
object