Skip to main content
DELETE
/
creators
/
{creator_id}
Delete a creator
curl --request DELETE \
  --url https://api.creatoraudit.com/v2/creators/{creator_id} \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>",
  "errors": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

creator_id
string<uuid>
required

Creator UUID.

Response

Successful Response