RemoveProject
Remove Project
Deprecated: use project v2 service DeleteProject instead.
Set the state of a project to active. Request returns an error if the project is not deactivated.
curl -X DELETE "https://loading/projects/string"{
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?