cURL
curl --request DELETE \ --url https://{appId}.api-{region}.cometchat.io/v3/moderation/reasons/{id}
{ "success": true, "message": "The reason with id spam has been deleted successfully." }
Delete a custom flag reason.
Documentation IndexFetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Id of the reason which needs to be deleted.
Reason deleted successfully.
true
"The reason with id spam has been deleted successfully."
Was this page helpful?