DELETE
/
v1
/
apps
/
{app_id}
/
assistants
/
{assistant_id}
/
versions
/
{version_id}
curl --request DELETE \
  --url https://api.pulze.ai/v1/apps/{app_id}/assistants/{assistant_id}/versions/{version_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string
required
assistant_id
string
required
version_id
string
required

Response

204
_mintlify/placeholder

Successful Response