cURL
curl --request DELETE \ --url https://api.wapikit.com/api/organization/members/{id}
{ "data": true }
delete an organization member
The id value of the organization member you want to delete.
OK
The response is of type object.
object
Was this page helpful?