Documentation Index
Fetch the complete documentation index at: https://novita.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication format, for example: Bearer {{API Key}}.
Request Body
The ID of the template to be deleted.
Response
The ID of the deleted template.
Example
Request
curl --request POST \
--url 'https://api.novita.ai/gpu-instance/openapi/v1/template/delete' \
--header 'Authorization: Bearer {{API Key}}' \
--header 'Content-Type: application/json' \
--data '{
"templateId": "<string>"
}'
Response
{
"templateId": "<string>"
}