DELETE api/admin/users/{userId}/todos/{todoId}?userAlertId={userAlertId}

This method will delete individual user alert by id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userAlertId

User alert id

integer

Required

userId

string

None.

todoId

string

None.

Body Parameters

None.

Response Information

Resource Description

True/false

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>