Delete code project linked to target
DELETE/targets/:target_id/integrations/snyk-sast/code-projects/:id/
Request
Path Parameters
id stringrequired
target_id uuidrequired
Responses
- 204
- 400
- 401
- 403
- 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": "You do not have permission to perform this action."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...