cURL
Suno
Suno Remove Section API Documentation
Use the Suno remove-section API to delete a selected time range from an existing song while preserving the remaining audio.
POST
cURL
This endpoint costs 1 quota (approx. $0.01) per request.
music_id and the interval to delete using crop_start_s and crop_end_s. Save the returned jobId, then retrieve the edited song through Suno Fetch V2 or the hookUrl callback.Authorizations
You can obtain your API key from the TTAPI Dashboard.
Body
application/json
Source music ID to edit.
Start time of the section to remove, in seconds.
End time of the section to remove, in seconds.
Whether to store the edited audio and return a TTAPI CDN URL.
Callback URL for task updates and results.
Last modified on June 11, 2026