API ReferenceServices
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.
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"""Attach form to service POST
Attach an existing form to a service.
Clear service provider conferencing DELETE
Remove the conferencing configuration for a service provider. Succeeds even when no conferencing is currently configured. Returns a 404 when the service or provider does not exist, the provider is not assigned to the service, or the service provider is not accessible to the current actor.