Skip to main content

Delete Circles

POST /circles/:id/delete

Delete a circle.

info

Note that deleting a circle will not delete the conversations and chat history under the circle.

Endpoint URL

 https://api.mixin.one/circles/:id/delete

Authentication and options

Authorization
CIRCLES:WRITE
LimitationNo limitation

Parameters

id
*required
The ID of circle.

Example request

curl -i -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $TOKEN" https://api.mixin.one/circles/a465ffdb-4441-4cb9-8b45-00cf79dfbc46/delete

An empty json will be returned on success.