Atlassian · Example Payload

Atlassian Atlassiandeleteissuetypescheme Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiandeleteissuetypescheme Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "atlassianDeleteissuetypescheme",
  "method": "DELETE",
  "path": "/rest/api/3/issuetypescheme/{issueTypeSchemeId}",
  "summary": "Atlassian Delete Issue Type Scheme",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"The default issue type scheme can't be removed.\"],\"errors\":{}}"
    },
    {
      "status": "403",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"Only Jira administrators can access issue type schemes.\"],\"errors\":{}}"
    },
    {
      "status": "404",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"The issue type scheme was not found.\"],\"errors\":{}}"
    }
  ]
}