API Docs
Delete a Reminder
Contents
This Web service deletes a Reminder.
Resource URL
DELETE /almaws/v1/conf/reminders/{reminder_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
reminder_id | xs:string | Reminder ID. Required. |
Querystring Parameters
None
Body Parameters
None
Output
This method returns HTTP 204 (No Content) which means that the server successfully processed the request, but is not returning any content.
Possible Error Codes
Code | Message |
---|---|
60177 | Reminder ID is not valid. |