RemoveSoundFromMOHClass removes a sound from a MOH class.
DELETE/api/v1/voice/moh-classes/:mohClassId/sounds/:soundId
Removes a sound from the playlist without deleting the sound file.
Parameters
- moh_class_id: Required, class to remove sound from
- sound_id: Required, sound to remove
Errors
- NOT_FOUND: Class or sound association does not exist
- PERMISSION_DENIED: Caller lacks voice:moh_class:write permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.