Skip to main content

Delete a tune

Deletes a specific tune by its ID, and associated prompts in case of a checkpoint.

Parameters

id (required)

The ID of the tune to be deleted.

Returns

Returns 200 OK if the prompt was successfully deleted.

DELETE /tunes/:id

curl -X DELETE -H "Authorization: Bearer $API_KEY" https://api.astria.ai/tunes/1

Response

200 OK