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": "ae0afedc-196a-4867-9e2a-14ed8be84cf8",
"userId": "ad7c9e70-4042-4453-b884-0470379f5c23",
"agencyId": "8c3b6a47-6e3d-4433-93b9-1db5e0d54076"
}
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>8c3b6a47-6e3d-4433-93b9-1db5e0d54076</AgencyId> <MessageSubscriptionId>ae0afedc-196a-4867-9e2a-14ed8be84cf8</MessageSubscriptionId> <UserId>ad7c9e70-4042-4453-b884-0470379f5c23</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": "20a8f328-04e2-48c5-be9e-bacdbb031acb",
"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>20a8f328-04e2-48c5-be9e-bacdbb031acb</DatabaseId> </NowCertsApiResultWithDatabaseId>