Learn about our new features recently updated daily.
Delete a project
Used to Delete details of existing project.
API
DELETE https://api.beaglesecurity.com/rest/v2/projects?project_key={project_key}
Required scope: edit_project
Request headers
Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Request Parameter
projectKey
string
required
A unique key for identifying the project
Response
name
string
Name of the project
description
string
Description of the project
projectKey
string
A unique key for identifying the project
code
string
Status code for the API call.
Values are:
  • SUCCESSAPI call is success
  • PLAN_NOT_SUPPORTEDYour plan does not support this feature.
  • PROJECT_ALREADY_EXISTSProject already exists in your account.
  • INVALID_SESSIONInvalid session
  • FAILEDFailed to create project.
  • NOT_AUTHORIZEDUser authentication failed.
message
string
Success/failure message for the API call

Next

Want to collaborate on projects with your team? The Create Project in a Team API allows you to set up a new project within your team's workspace.enabling seamless teamwork and project management.