Delete a Whitelist record
Whitelist
Delete a Whitelist record
Allows users to delete a whitelist row using either pk (URL) or a combination of subject and bucket in the request body.
DELETE
Delete a Whitelist record
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
JWT token obtained from AWS Cognito or custom authentication service
Path Parameters
A unique integer value identifying this whitelist.
Response
204 - application/json
Whitelist entry deleted successfully
Success message indicating whitelist record was deleted
Example:
"Whitelist record successfully deleted"
