DELETE
/
authors
/
{id}
Delete an author
curl --request DELETE \
  --url https://dev.moderationapi.com/api/v1/authors/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/json

Successful response

The response is of type object.