Authorizations
The API token generated from the Obselite dashboard
Body
application/json
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>"
}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>"
}The API token generated from the Obselite dashboard