cURL
curl --request DELETE \ --url https://moderationapi.com/api/v1/actions/{id} \ --header 'Authorization: Bearer <token>'
{ "deleted": true, "id": "<string>" }
Delete an action and all of its webhooks.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the action to delete.
Action deleted successfully
The response is of type object.
object
Was this page helpful?