cURL
curl --request DELETE \ --url https://api.opal.dev/v1/configuration-templates/{configuration_template_id} \ --header 'Authorization: Bearer <token>'
Deletes a configuration template.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the configuration template.
The configuration template was successfully deleted.
Was this page helpful?