Delete Grid Data
Delete one or more rows
API call: DELETE /rest/idalko-grid/1.0/api/grid/{gridCustomFieldId}/issue/{issueIdOrKey}
Description: Delete rows of the Grid custom field
Request
PATH PARAMETERS
gridCustomFieldId REQUIRED
string
The id of the Grid custom field.
issueIdOrKey REQUIRED
string
The ID or key of the issue.
BODY
Example (application/json)
{
"rows":[
"rowId_823e747c-a38a-4f14-8fe4-2ee565124503",
"rowId_7424bd1a-4c1f-404c-988b-1059756f3d72"
]
}
Responses
Delete ALL rows
API call: DELETE /rest/idalko-grid/1.0/api/grid/{gridCustomFieldId}/issue/{issueIdOrKey}
Description: Delete all rows of the Grid custom field
Request
PATH PARAMETERS
gridCustomFieldId REQUIRED
string
The id of the Grid custom field.
issueIdOrKey REQUIRED
string
The ID or key of the issue.
BODY
Example (application/json)
Responses