Permanently delete a prompt from your account by its numeric ID. When a prompt is deleted it is also removed from every vault it currently belongs to — there is no way to recover it after deletion.
Deletion is irreversible. The prompt, its text, and all associated metadata are permanently removed. Any generated images linked to the prompt will also be unlinked. If you only want to remove a prompt from a specific vault while keeping the prompt itself, use the vault membership endpoint instead.
DELETE https://www.promptbank.club/api/v1/prompts/{promptId}
Path Parameters
The unique numeric ID of the prompt you want to delete.
Example Request
Example Response
A successful deletion returns HTTP 200 OK. Subsequent requests to GET /api/v1/prompts/42 will return 404 Not Found.