DELETE api/sms/unsubscribe-from-inbound-message
Request Information
URI Parameters
None.
Body Parameters
UnsubscribeForInboundMessageRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MessageSubscriptionId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| AgencyId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"messageSubscriptionId": "efd9b3cd-a8a0-449a-9245-77d6ab353377",
"userId": "a3c0fe0b-58ea-432d-902f-e80ab075aaaa",
"agencyId": "fbb3e6a3-af1f-463c-8b2f-a9f61c1be59a"
}
application/xml, text/xml
Sample:
<UnsubscribeForInboundMessageRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.OData.SMS"> <AgencyId>fbb3e6a3-af1f-463c-8b2f-a9f61c1be59a</AgencyId> <MessageSubscriptionId>efd9b3cd-a8a0-449a-9245-77d6ab353377</MessageSubscriptionId> <UserId>a3c0fe0b-58ea-432d-902f-e80ab075aaaa</UserId> </UnsubscribeForInboundMessageRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultWithDatabaseId| Name | Description | Type | Additional information |
|---|---|---|---|
| DatabaseId | globally unique identifier |
None. |
|
| Status | ApiStatus |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"databaseId": "1a9115db-8422-4c24-9dec-864eb974425f",
"status": 0,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<NowCertsApiResultWithDatabaseId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Message>sample string 2</Message> <Status>Error</Status> <DatabaseId>1a9115db-8422-4c24-9dec-864eb974425f</DatabaseId> </NowCertsApiResultWithDatabaseId>