Delete a Sonos Connect integration

Deletes the integration, then removes the paging extension it created and refreshes call routing. If that extension is still used by one or more call flows the call answers 409 and nothing is deleted; if the reference check cannot be completed it answers 502 and, again, nothing is deleted. The follow-up cleanup is best-effort and only logged if it fails, so a 200 does not guarantee the paging extension is gone, and an unknown ID surfaces as a 500 rather than a 404. The success body is {}.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the integration to delete; it must be a valid UUID, and you should only pass IDs returned by GET /api/v1/sonos_connect.

Responses
200

The integration was deleted; the body is empty.

401

Missing or invalid API key.

500

The ID matches no integration.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json