Atlassian · Example Payload

Atlassian Atlassiandeletewebhookbyid Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiandeletewebhookbyid 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": "atlassianDeletewebhookbyid",
  "method": "DELETE",
  "path": "/rest/api/3/webhook",
  "summary": "Atlassian Delete Webhooks By Id",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "webhookIds": [
          10000,
          10001,
          10042
        ]
      }
    }
  ],
  "responseExamples": []
}