DELETE
/
v1
/
prompts
curl --request DELETE \
  --url https://api.getmaxim.ai/v1/prompts \
  --header 'x-maxim-api-key: <api-key>'

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Query Parameters

workspaceId
string
required

Unique identifier for the workspace

id
string
required

Unique identifier for the prompt

Response

204

Prompt deleted successfully