admin conversations delete

POST {{baseUrl}}/admin.conversations.delete

Delete a public or private channel.

Request Body

[{"name"=>"channel_id", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: admin.conversations:write
Content-Typestring

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}