Tickets API
DELETE/api/v1/tickets/{id}/agents/{userId}
Product availabilityAlgaPSAAlgaDesk

Remove a ticket additional agent

Removes the additional-agent assignment for the given user. The primary agent is changed through PUT /api/v1/tickets/{id}/assignment instead.

RBAC · ticket

Path parameters

idstring <uuid>Required
Ticket UUID.
userIdstring <uuid>Required
User UUID of the additional agent.

Response codes

204
Additional agent removed.
400
Validation or request parsing failure.
401
API key missing/invalid.
403
RBAC denied for ticket resource action.
404
Ticket or additional agent not found.
500
Unexpected controller/service failure.