cURL
curl --request POST \ --url https://api.novita.ai/gpu-instance/openapi/v1/repository/auth/delete \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{ "id": "<string>" }'
application/json
curl --request POST \ --url 'https://api.novita.ai/gpu-instance/openapi/v1/repository/auth/delete' \ --header 'Authorization: Bearer {{API Key}}' \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>" }'
{}
Was this page helpful?