Skip to main content
Skip table of contents

Delete an IVR Service

DELETE /Services/{serviceId}

Description:
Deletes the IVR service identified by the given serviceId.

Path Parameter:

  • serviceId (required)
    Type: integer
    Description: The identifier of the IVR service to delete.
    Example: 561814

Security:
Requires Basic Authentication.

Responses:

  • 204 No Content:
    Indicates that the deletion was successful.

  • 400 Bad Request:
    If the service id is not valid.

  • 401 Unauthorized, 403 Forbidden, 404 Not Found, 500 Internal Server Error, 504 Gateway Timeout:
    Standard error responses.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.