Deleting a stem from a song
Want to simplify your song or remove a particular element? You can now delete a stem using our /recordings/{recordingSessionId}/stems-midis
endpoint! To do this, make a DELETE request with the following parameters:
Delete a stem
DELETE /recordings/{recordingSessionId}/stems-midis HTTP/1.1
Host: example.com
{
userId: integer
stemType: bass
}