Skip to content

Delete AI review agent

DELETE
/api/v1/workspaces/{workspace_id}/ai_reviewers/{id}
curl --request DELETE \
--url https://example.com/%7B%7Bapp_url%7D/api/v1/workspaces/1/ai_reviewers/1 \
--header 'Authorization: Bearer <token>'

Deletes a single AI review agent by ID.

workspace_id
required
integer

Workspace ID

id
required
integer

AI review agent ID

Successful

Unauthorized

Media typeapplication/json
object
message
required
string
Example
{
"message": "Record not found"
}

Forbidden

Media typeapplication/json
object
message
required
string
Example
{
"message": "Record not found"
}