Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url http://localhost:3000/v1/prompts/{id}/payloads/{payloadID} \ --header 'Authorization: Bearer <token>'
{ "error": "invalid credentials" }
Deletes a specific sample payload. Only editors can delete.
Use an access token retrieved from login (Bearer sess_...) or a programmatic API key (Bearer ak_...).
Unique prompt UUID.
Unique payload UUID.
Prompt payload deleted successfully