Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Operation

Information of the operation

DELETE
https://{environment}.ulysescloud.com/public/api/{version}/chain/{chainId}/property/{propertyId}/pbx/{integrationId}/extensions/{pbxExtensionId}


Request

PropertyTypeRequiredDefault valueDescription
chainIdIntegertrue
Unique identificator of the chain.
propertyIdIntegertrue
Unique identificator of the property.
integrationIdIntegertrue
Unique identificator of the Integration.

pbxExtensionId

pbxExtensionIdtrue
The id of the extension that is going to be deleted.

Example request

GET https://prod.ulysescloud.com/public/api/v1/chain/1/property/3/pbx/9/extensions/1


Response

PropertyTypeRequiredDescription
responseApiMessageResponseApiMessagetrueResponse of the operation.



Example response

{
  "httpStatus": "201",
  "userMessage": "Success",
  "technicalMessage": "Success extension deleted",
  "errorCode": "0"
}
  • No labels