Admin Delete Recipient Endpoint

Delete a recipient completely. This removes:

  • Entries from recipient_projects table
  • Entry from recipients table
  • Clerk user account

Note: Only deletes recipients that are NOT event organizers or photographers. Event organizers should be deleted via delete-organizer endpoint. Photographers should be deleted via delete-photographer endpoint.

Query Parameters: recipientId (str): The Clerk user ID of the recipient to delete (required)

delete/admin/delete-recipient

Query parameters

recipientIdstring required

The Clerk user ID of the recipient to delete

The Clerk user ID of the recipient to delete

Response

Successful Response

{"stackTrail":"paths:/admin/delete-recipient:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

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