curl --request DELETE \
--url https://api.supernotes.app/v1/members/{card_id}/{target_user_id} \
--header 'Api-Key: <api-key>'
"<any>"
Delete the member from the specified card
curl --request DELETE \
--url https://api.supernotes.app/v1/members/{card_id}/{target_user_id} \
--header 'Api-Key: <api-key>'
"<any>"
Successful Response
The response is of type any
.