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": "a2fda711-f26f-4f96-8cfa-a5df9e4062b7",
"userId": "7bb8c4f2-2e66-4dc3-8877-964265753882",
"agencyId": "e9b06c76-9ada-421b-bd81-14b14f906b8f"
}
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>e9b06c76-9ada-421b-bd81-14b14f906b8f</AgencyId> <MessageSubscriptionId>a2fda711-f26f-4f96-8cfa-a5df9e4062b7</MessageSubscriptionId> <UserId>7bb8c4f2-2e66-4dc3-8877-964265753882</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": "973b43aa-acb2-40fe-a244-3107dcce275d",
"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>973b43aa-acb2-40fe-a244-3107dcce275d</DatabaseId> </NowCertsApiResultWithDatabaseId>