Forum Thread Delete
Delete an existing forum thread.
Request
- Method:
DELETE - URL:
https://chattz.net/api/v1/threads/{THREAD_CHANNEL_ID} - Auth: Required (the community API key)
Path parameters:
THREAD_CHANNEL_ID(required): 12-digit thread channel ID
Success Fields
deleted(true)community_idforum_channel_idthread_channel_id
Example
curl -X DELETE "https://chattz.net/api/v1/threads/123456789012" \
-H "X-Chattz-Api-Key: YOUR_KEY"