curl --request DELETE \
--url http://localhost/api/api/blacklist/{id} \
--header 'Authorization: Bearer <token>'{
"message": "Blacklist record successfully deactivated"
}curl --request DELETE \
--url http://localhost/api/api/blacklist/{id} \
--header 'Authorization: Bearer <token>'{
"message": "Blacklist record successfully deactivated"
}Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this blacklist.
Blacklist record successfully deactivated
Success message indicating blacklist record was deactivated
"Blacklist record successfully deactivated"