Ciele
Canales

Remove a Member from a channel, or leave it

DELETE/api/v1/channels/{id}/members/{userId}

Necesitas una clave API de organización con la capacidad de miembro.

AuthorizationBearer <token>

In: header

Path Parameters

id*string
userId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/channels/string/members/string"
Empty
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}