简体中文
curl --request POST \ --url https://api.ppinfra.com/gpu-instance/openapi/v1/endpoint/delete \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{ "name": "<string>" }'
删除 Endpoint 后,与该 Endpoint 关联的工作进程将被自动删除,请谨慎操作。
枚举值:application/json。
Bearer 身份验证格式,例如:Bearer {{API 密钥}}。
要删除的 Endpoint ID。