Delete Jira Cloud Target Config
DELETEhttps://api.probely.com/targets/:id/integrations/jira-cloud/
Request
Path Parameters
id stringrequired
Responses
- 204
- 400
- 401
- 404
- 500
No response body
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid JWT."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://api.probely.com/targets/:id/integrations/jira-cloud/' \
-H 'Authorization: JWT <YOUR_API_TOKEN>'
ResponseClear