DELETE
/
text
/
{id}
curl --request DELETE \
  --url https://api.contentmod.io/text/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
Minimum length: 3
Example:

"27fbdc0b-b295-46ce-93f5-81b2fc08a381"

Response

204

No content