Clear service conferencing

Clear a service's default conferencing and remove conferencing from all of its providers.

Returns a 404 when the service does not exist or is not accessible to the current actor.

DELETE
/v1/services/{service_id}/conferencing

Authorization

authorization
AuthorizationBearer <token>

In: header

Path Parameters

service_id*string

The service's unique identifier

Match^srv_\w{12}$

Response Body

text/plain

application/json

application/json

curl -X DELETE "https://example.com/v1/services/srv_abcdef123456/conferencing"
""