Delete an author by ID or slug. Requires a private API key.
cURL
curl --request DELETE \ --url https://api.marblecms.com/v1/authors/{identifier} \ --header 'Authorization: <api-key>'
{ "id": "cryitfjp5678mn09qrstuvwx" }
Your Marble API key
Author ID or slug
"john-doe"
Author deleted successfully
"cryitfjp5678mn09qrstuvwx"
Was this page helpful?