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": "43c2f440-4163-4984-b0fc-ec7aa8e85f8f",
"userId": "4647c027-9544-4e8c-b502-c36e52f4b9cd",
"agencyId": "1b07732c-1daa-4a3f-a06b-e187dfe75408"
}
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>1b07732c-1daa-4a3f-a06b-e187dfe75408</AgencyId> <MessageSubscriptionId>43c2f440-4163-4984-b0fc-ec7aa8e85f8f</MessageSubscriptionId> <UserId>4647c027-9544-4e8c-b502-c36e52f4b9cd</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": "40be1d46-78cb-47a4-88b7-8f3295abf87d",
"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>40be1d46-78cb-47a4-88b7-8f3295abf87d</DatabaseId> </NowCertsApiResultWithDatabaseId>