Skip to main content
DELETE
/
v1
/
manage
/
access-list
/
{access_list_id}
Delete access list
curl --request DELETE \
  --url https://api-v2.requesty.ai/v1/manage/access-list/{access_list_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>"
  }
}
Delete an access list. Returns 409 Conflict if the access list is currently assigned to any group or API key — unassign it first before deleting.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

access_list_id
string<uuid>
required

The access list ID

Response

Access list deleted successfully

Last modified on July 3, 2026