Skip to main content
Remove a prompt from a vault by targeting its vault–prompt membership record. This operation only severs the link between the prompt and the vault — the underlying prompt record remains in your account and can be added to any other vault at any time.
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

A 200 OK response is returned on success.