curl --request DELETE \
--url http://localhost/api/api/blacklist/{id} \
--header 'Authorization: Bearer <token>'{
"message": "Blacklist record successfully deactivated"
}Deleting a blacklist record
curl --request DELETE \
--url http://localhost/api/api/blacklist/{id} \
--header 'Authorization: Bearer <token>'{
"message": "Blacklist record successfully deactivated"
}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"