Skip to main content
DELETE
/
{brand_id}
/
prompts
/
{prompt_id}
Archive Prompt
curl --request DELETE \
  --url https://api.scrunchai.com/v1/{brand_id}/prompts/{prompt_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
integer
required
prompt_id
integer
required

Response

Successful Response