API Guide Items- Projects - Delete a Project

Projects - Delete a Project

DELETE yourdomain.com/api/delete/projects/:id

Header

json
Field Type Description
Authorization String

Basic Access Authentication token.

Parameter

json
Field Type Description
id Number

project unique ID.

Success 200

json
Field Type Description
status Boolean

Request status.

message String

Project Delete successful.

Error 4xx

json
Name Type Description
status Boolean

Request status.

message String

Project Delete Fail.

HTTP/1.1 200 OK
{
  "status": true,
  "message": "Project Delete Successful."
}
HTTP/1.1 404 Not Found
{
  "status": false,
  "message": "Project Delete Fail."
}

Did you find this article useful?