Delete Postman Authentication Settings
DELETE/targets/:id/postman-authentication/
Manage Postman Authentication settings for a target.
Request
Path Parameters
id stringrequired
Responses
- 204
- 400
- 401
- 500
Postman authentication settings deleted.
- application/json
- Schema
- Example (from schema)
Schema
<field name> string[]
non_field_errors string[]
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...