DELETE api/sms/unsubscribe-from-inbound-message

Request Information

URI Parameters

None.

Body Parameters

UnsubscribeForInboundMessageRequest
NameDescriptionTypeAdditional information
MessageSubscriptionId

globally unique identifier

None.

UserId

globally unique identifier

None.

AgencyId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "messageSubscriptionId": "bc7902d7-7a9d-4584-86a3-ef927d607c05",
  "userId": "f64b5cb3-6616-4079-8c03-cfa4661b7605",
  "agencyId": "2a7fdfda-ebc3-4348-9e68-03a43e8cf10e"
}

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>2a7fdfda-ebc3-4348-9e68-03a43e8cf10e</AgencyId>
  <MessageSubscriptionId>bc7902d7-7a9d-4584-86a3-ef927d607c05</MessageSubscriptionId>
  <UserId>f64b5cb3-6616-4079-8c03-cfa4661b7605</UserId>
</UnsubscribeForInboundMessageRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NowCertsApiResultWithDatabaseId
NameDescriptionTypeAdditional information
DatabaseId

globally unique identifier

None.

Status

ApiStatus

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "databaseId": "61b9728a-d43b-41e8-b4c9-db1314f61a5f",
  "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>61b9728a-d43b-41e8-b4c9-db1314f61a5f</DatabaseId>
</NowCertsApiResultWithDatabaseId>