Cancel a Reminder
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
reminderIdstringRequired
Body
reasonstringOptional
Responses
200
Reminders found
application/json
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
delete
/v1/agents/{agentId}/reminders/{reminderId}Last updated