Skip to main content
Skip table of contents

Delete Delegation

DELETE /rest/delegation/1.0/api/<delegationId>

Deletes an existing delegation record.

Request

XML
<jira_url>/rest/delegation/1.0/api/delegation/<delegationId>

The request takes all parameters from the REST URL

Parameters

Expand parameters...

Parameter

Description

LocationRequired

Value Samples

delegationIdThe ID of the existing delegation record that you want to delete.REST URLYes1

Examples

Expand examples...
JS
https://192.168.0.1/rest/delegation/api/1.0/delegation/1

Responses

Expand responses...
200 - Success

Success

HTTP 200

Returns the ID of the deleted delegation record.

JS
1
403 - Missing Permission

Missing Permission

HTTP 403

When the authenticated user does not have the necessary permissions.

JS
{
    "status": 403,
    "message": "You do not have permission to modify delegations.",
    "timestamp": "2024-12-20 07:44:05 +0000"
}
404 - Not found

Not Found

HTTP 404

When one of the supplied parameter values is not found.

JS
{
    "status": 404,
    "message": "Delegation with id \"1\" could not be found.",
    "timestamp": "2024-12-20 08:40:34 +0000"
}



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.