Delete an application
Used to Delete details of existing application.
API
DELETE
https://api.beaglesecurity.com/rest/v2/applications?application_token={application_token}
Required scope: edit_project
Request headers
Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Request Parameter
applicationToken
string
required
A unique token for identifying the application in your project
Response
name
string
Name of the application
url
string
URL of the application
applicationToken
string
required
A unique token for identifying the application in your project
projectKey
string
A unique key for identifying the project
signatureStatus
string
Used to know the domain verification status of the application.
Possible values are:
Possible values are:
- VerifiedApplication is verified.
- NotVerifiedApplication is not verified.
hostingType
string
Used to specific whether it's WEB or API. If left blank, default will be set to WEB.
Possible values are:
Possible values are:
- WEB Current application is a WEB.
- APICurrent appliation is a API
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