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.