Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
logo
Remove Project Logo
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/projects/{projectId}/logo \
  --header 'anchor-api-key: <api-key>'
{
  "success": true
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

projectId
string
required

Response

Logo removed successfully.

success
boolean