Delete topic

Delete a topic.

Method

DELETE

URL

https://typetalk.com/api/v1/topics/:topicId

Scope

topic.delete

URL parameters

Name Type Description
topicId Number Topic ID

Response Example

{
    "myTopic": {
        "id": 8708,
        "topicId": 6196,
        "accountId": 2500,
        "kind": "grouped",
        "topicGroupId": 1642,
        "exTopicGroupId": null,
        "orderNo": 0,
        "createdAt": "2018-09-19T05:02:16Z",
        "updatedAt": "2018-09-19T05:02:16Z"
    }
}

All responses are formatted in JSON and include an ETag. If you call an API with an If-None-Match header, the server will return a 304 status code if the data is unchanged. The date and time format is ISO 8601, and the timezone is UTC (eg. 2014-01-09T06:20:08Z).