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
curl --request DELETE \
--url https://api.anchorbrowser.io/v1/extensions/{id} \
--header 'anchor-api-key: <api-key>'{
"data": {
"data": {
"status": "<string>"
}
}
}Was this page helpful?