Deny an access request
DELETE
/api/v4/projects/{id}/access_requests/{user_id}
Denies an access request for a specified user in a project.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string
The ID or URL-encoded path of the project owned by the authenticated user
user_id
required
integer
The user ID of the access requester
Responses
Section titled “Responses”Resource deleted
Bad Request
Not Found