Skip to main content
DELETE
/
v1
/
authors
/
{identifier}
Delete author
curl --request DELETE \
  --url https://api.marblecms.com/v1/authors/{identifier} \
  --header 'Authorization: <api-key>'
{
  "id": "cryitfjp5678mn09qrstuvwx"
}

Authorizations

Authorization
string
header
required

Your Marble API key

Path Parameters

identifier
string
required

Author ID or slug

Example:

"john-doe"

Response

Author deleted successfully

id
string
required
Example:

"cryitfjp5678mn09qrstuvwx"