Skip to main content
POST
/
trust-centers
/
{slugId}
/
access-requests
/
{accessRequestId}
/
deny
Deny Trust Center access request
curl --request POST \
  --url https://api.vanta.com/v1/trust-centers/{slugId}/access-requests/{accessRequestId}/deny \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slugId
string
required
accessRequestId
string
required

Body

application/json
reason
string

Reason for denying the access request.

Response

204

No content