Contents

Delete topic group

Delete a topic group.

Method

DELETE

URL

https://typetalk.com/api/v1/spaces/:spaceKey/myTopicGroups/:myTopicGroupId

Scope

my

URL parameters

NameTypeDescription
spaceKeyStringSpace key
myTopicGroupIdNumberTopic Group ID

Response Example

{
    "myTopicGroup": {
        "id": 1655,
        "name": "Awesome Topic Group",
        "sortType": "recent",
        "isMuted": false
    }
}

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).