Skip to main content
POST
/
members
/
delete
Delete organization member
curl --request POST \
  --url https://api.obselite.com/v0/members/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "deletedAt": "<string>"
}

Authorizations

Authorization
string
header
required

The API token generated from the Obselite dashboard

Body

application/json
id
string<uuid>
required

Response

Successful response

id
string<uuid>
required
deletedAt
string | null
required