cURL
curl --request DELETE \ --url https://api.gcore.com/waap/v1/filter-templates/{template_id} \ --header 'Authorization: <api-key>'
{ "type": "http-bad-request", "title": "Bad Request", "status": 400, "detail": "Invalid domain name: ''''" }
Delete a filter template owned by the authenticated user.
Documentation IndexFetch the complete documentation index at: https://gcore.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://gcore.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
The ID of the filter template
Successful Response
Was this page helpful?