Storyden
Accounts

Account Warning Delete

Permanently delete a warning record. Requires the `MANAGE_WARNINGS` permission.

Permanently delete a warning record. Requires the MANAGE_WARNINGS permission.

DELETE/accounts/{account_id}/warnings/{warning_id}
storyden-session<token>

In: cookie

Path Parameters

account_id*string

Account ID.

Formatxid
warning_id*string

Warning ID.

Formatxid

Response Body

application/json

curl -X DELETE "https://loading/api/accounts/cc5lnd2s1s4652adtu50/warnings/cc5lnd2s1s4652adtu50"
Empty
Empty
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}