DELETE
/
fastedge
/
v1
/
template
/
{id}
curl --request DELETE \
  --url https://api.gcore.com/fastedge/v1/template/{id} \
  --header 'APIKey: <api-key>'
This response does not have an example.

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

id
integer
required

ID of the template

Query Parameters

force
boolean

Force template deletion even if it is shared to groups

Response

204

Ok