cURL
curl --request DELETE \ --url https://rest.runpod.io/v1/templates/{templateId} \ --header 'Authorization: Bearer <token>'
Delete a template.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Template ID to delete.
Template successfully deleted.
Was this page helpful?