cURL
curl --request DELETE \ --url https://app.fastgen.ai/v1/scoring/templates/{TemplateId} \ --header 'Authorization: Bearer <token>' \ --header 'Fastgen-Project: <fastgen-project>'
{ "uuid": "f7c31bda-f918-4249-a3bc-9a1903fe9f6d", "created_at": "2024-12-19T13:59:22.039660178Z", "updated_at": "2024-12-19T13:59:22.039660178Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object