curl -X DELETE 'https://api.example.com/memberships/mem_789' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"success": true
}
Remove a subject from a scope by deleting the membership
curl -X DELETE 'https://api.example.com/memberships/mem_789' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"success": true
}
curl -X DELETE 'https://api.example.com/memberships/mem_789' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"success": true
}
Was this page helpful?