DELETE
/
organization
/
members
/
{id}
curl --request DELETE \
  --url https://api.wapikit.com/api/organization/members/{id}
{
  "data": true
}

Path Parameters

id
string
required

The id value of the organization member you want to delete.

Response

200
application/json

OK

The response is of type object.