1. Home
  2. Docs
  3. API Documentation
  4. Integration
  5. DeleteJira

DeleteJira

Route: https://kayran.live/api/DeleteJira

Use this function to delete a Jira project from your server.

Roles Required: Admin.

Request Syntax

{
"apiKey": "String",
"projectKey": "String"
}


Request Parameters

Parameters being used in the Request

Parameter Name :

apiKey

Parameter Usage and Options :

Your Kayran given API Key.

How do I get it ? :

Located in the “Profile” section.

Note : by default, the “API Status” is enabled, unless, the Admin has disabled it in the “Server Settings” section.

Type :

String

Is it Optional ? :

No.


Parameter Name :

projectKey

Parameter Usage and Options :

Navigate to the “Projects” section in your Jira account, from the table being displayed, take the “Key” value of the desired project. You can also use the “GetAllJira” function.

Type :

String

Is it Optional ? :

No.


Successful Response

 
{
    "Error": 0,
    "Function": "DeleteJira",
    "Data": "Success"
}

Errors and their Possible Causes

For more information, please refer to the General Errors section.