This endpoint removes the prompt from the vault, not from your account. The prompt continues to exist and is accessible via the Prompts API or within any other vault it belongs to. To permanently delete a prompt, use the Delete Prompt endpoint instead.
Endpoint
Path Parameters
integer
required
The numeric ID of the vault you want to remove the prompt from.
integer
required
The numeric ID of the vault–prompt membership record. This is the
vaultPromptId field returned when listing prompts in a vault — it is distinct from the prompt’s own id.Request Example
Response Example
A200 OK response is returned on success.