Skip to main content
DELETE
/
api
/
blacklist
/
{id}
Deactivate a Blacklist record
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.

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this blacklist.

Response

200 - application/json

Blacklist record successfully deactivated

Success message indicating blacklist record was deactivated

message
string
required
Example:

"Blacklist record successfully deactivated"