Delete project
Permanently deletes the project and its persisted state. Fails if no project with this name exists for the customer.
Permanently deletes the project and its persisted state. Fails if no project with this name exists for the customer.
Authorization
SymetryMLAuth HMAC-SHA256 signature-based authentication: requests are signed with
your secret key and sent with the Customer-ID, Sym-date,
Authorization, Content-MD5 and sym-version headers.
See SymetryML REST API Security
for the signature algorithm and a complete example.
In: header
Path Parameters
User/Customer identifier
Project identifier
Response Body
application/json
application/json
curl -X DELETE "https://example.com/c1/projects/nbra_prj_iris"{ "statusCode": 200, "statusString": "Deleted Project [ myProject ].", "values": {}}{ "statusCode": 400, "statusString": "Project [ unknownPrj ] does not exist.", "values": {}}Create new project POST
Creates a new project of the given `type`. The request body carries any type-specific build parameters as a flat string-keyed object (e.g. `partitionSplit`/`sml_project_order` for `partition`/`sequence` projects); it can be omitted or empty for simple types like `cpu`. Fails with a conflict if a project with this name already exists for the customer.
End batch processing GET
Next Page