Delete Recipient Endpoint

Removes a recipient's association with a specific project.

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

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

post/deleteRecipient

Request body

object required

Response

Successful Response

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

Changes