API References
cURL
curl --request DELETE \ --url https://dev.moderationapi.com/api/v1/authors/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a specific author
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object
Was this page helpful?