Skip to main content
DELETE
/
agencies
/
{uuid}
/
avatar
Delete avatar
curl --request DELETE \
  --url https://studio-api.onlytraffic.com/api/external/v1/agencies/{uuid}/avatar \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Documentation Index

Fetch the complete documentation index at: https://onlytraffic.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Your API key from the Studio Dashboard

Path Parameters

uuid
string<uuid>
required

Agency UUID. Use the uuid value from the agency response.

Response

Removed

success
boolean
Example:

true

data
object