cURL
curl --request DELETE \ --url https://api.nugen.in/api/v3/alignment-project/{id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete an alignment project. Permanently removes an alignment project from the system.
Model must be undeployed before deletion is allowed
Request: id: Unique identifier of the alignment project to delete
Returns: dict containing:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?