DELETE
/
v1
/
channels
/
topic
/
{topic_id}
Delete topic
curl --request DELETE \
  --url https://dovetail.com/api/v1/channels/topic/{topic_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "title": "<string>",
    "description": "<string>",
    "deleted_at": "<string>",
    "deleted": true
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

topic_id
string
required

Unique identifier of the topic.

Response

200
application/json

200

The response is of type object.