prompts
Delete a prompt
Permanently delete a prompt
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
API key authorization
Path Parameters
The unique identifier (UUID) of the prompt
Response
204
Prompt successfully deleted
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.
Assistant
Responses are generated using AI and may contain mistakes.