Delete Photographer Endpoint

Removes a photographer's association with a specific project.

Expects: - JSON with: - 'photographerId': unique identifier of the photographer - 'projectId': ID of the project to remove from

Returns: - Success message if photographer was found and removed from project - Error if photographer not found or other issues occur

post/deletePhotographer

Request body

object required

Response

Successful Response

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

Changes