DELETE
/
prompts
/
{prompt_id}
curl --request DELETE \
  --url https://sdk.senso.ai/api/v1/prompts/{prompt_id} \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

Authorizations

X-API-Key
string
header
required

API key authorization

Path Parameters

prompt_id
string
required

The unique identifier (UUID) of the prompt

Response

204

Prompt successfully deleted