Skip to main content
DELETE
/
api
/
whitelist
/
{id}
/
delete
Delete a Whitelist record
curl --request DELETE \
  --url http://localhost/api/api/whitelist/{id}/delete \
  --header 'Authorization: Bearer <token>'
{
  "detail": "Whitelist record successfully deleted"
}

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 whitelist.

Response

204 - application/json

Whitelist entry deleted successfully

Success message indicating whitelist record was deleted

detail
string
required
Example:

"Whitelist record successfully deleted"