Skip to main content
DELETE
/
v1
/
templates
/
bulk
Bulk Delete Templates
curl --request DELETE \
  --url https://api.oviond.com/v1/templates/bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
ids
string[]
required
Minimum array length: 1

Response

200 - application/json

Templates deleted

success
enum<boolean>
required
Available options:
true