Revoke Photographer Project Access Endpoint

Takes away a photographer's access to ONE project, keeping their row and image credit.

Expects: - JSON with 'photographerId' and 'projectId'

Counterpart to /invitePhotographer, which is the only thing that grants a project. /deletePhotographer is NOT the counterpart: it drops the association row, which also drops the photographer out of that project's list. Idempotent — revoking access nobody has is a success with changed=false.

post/revokePhotographerProjectAccess

Request body

object required

Response

Successful Response

{"stackTrail":"paths:/revokePhotographerProjectAccess:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.