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