Agent Blacklist
Delete Agent Blacklist Entry
Deletes a specific blacklist entry using its unique ID from the query.
DELETE
/
agent-blacklist
/
{agentId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
agentId
string
requiredThe ID of the agent associated with the blacklist (required for path, but not used in delete logic).
Query Parameters
id
string
requiredThe ID of the blacklist entry to delete.
Was this page helpful?