Project Deletion
This API allows the admin to delete the Projects.
Endpoint
Headers
The JWT Access token should be passed in the authorization header for all APIs.
Header | Value |
---|---|
Authorization | JWT token |
Response Body
{
"status_code": "A1002",
"status_message": "Project Deleted Successfully",
"ext_project_id": "project-id-596afghhxx",
}
Field | Type | Description |
---|---|---|
status_code |
String | Indee provided status code. |
status_message |
String | The message associated with the status code. |
ext_project_id |
String | A customer provided unique ID for the project. |
Error and Success Codes
For error codes and success codes, see Common Error Codes section.