cURL
curl --request DELETE \ --url https://api.onsi.com/v1/members/{id} \ --header 'x-api-key: <api-key>'
{ "message": "OK" }
400
Unique key to ensure idempotency of the request
The unique identifier for a Member, prefixed with mem_
"mem_<id>"
200
The response is of type object.
object