Skip to main content
DELETE
/
domains
/
{domainId}
/
prompts
/
{promptId}
Delete prompt
curl --request DELETE \
  --url https://api.mentionpath.ai/api/v1/domains/{domainId}/prompts/{promptId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API token or OAuth access token from Account → API in the Mentionpath app.

Path Parameters

domainId
string<uuid>
required
promptId
integer
required

Response

Deleted