Skip to main content
POST
/
derogations
/
{derogationId}
/
branches
/
{branchId}
/
deny
Deny derogation
curl --request POST \
  --url https://api.example.com/derogations/{derogationId}/branches/{branchId}/deny \
  --header 'Content-Type: application/json' \
  --data '
{
  "comment": "<string>"
}
'
{}

Path Parameters

derogationId
string
required

Id of the derogation

branchId
string
required

Id of the branch

Body

application/json
comment
string

Comment for the denial

Response

The response is of type object.