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": "1a77406d-c845-4eb1-af78-ab7bd41bf489",
"userId": "a538f5e8-7e07-42b0-9be1-ca941a31981a",
"agencyId": "645be969-24e8-4ef4-b9d8-70a20059c024"
}
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>645be969-24e8-4ef4-b9d8-70a20059c024</AgencyId> <MessageSubscriptionId>1a77406d-c845-4eb1-af78-ab7bd41bf489</MessageSubscriptionId> <UserId>a538f5e8-7e07-42b0-9be1-ca941a31981a</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": "66151371-5f8a-4297-ac79-61c5c8c5198f",
"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>66151371-5f8a-4297-ac79-61c5c8c5198f</DatabaseId> </NowCertsApiResultWithDatabaseId>