Maxim Logo
Prompts

Delete Prompt

Delete a prompt

DELETE
/v1/prompts

Authorization

x-maxim-api-key<token>

API key for authentication

In: header

Query Parameters

workspaceIdRequiredstring

Unique identifier for the workspace

idRequiredstring

Unique identifier for the prompt

curl -X DELETE "https://api.getmaxim.ai/v1/prompts?workspaceId=%3Cstring%3E&id=%3Cstring%3E" \
  -H "x-maxim-api-key: <token>"

Prompt deleted successfully