curl --request DELETE \
--url https://public-api.sessionboard.com/v1/event/{eventId}/sponsors/{sponsorId} \
--header 'x-access-token: <api-key>'Soft-delete a sponsor. Can be restored with the restore endpoint. Requires the write:sponsors scope.
curl --request DELETE \
--url https://public-api.sessionboard.com/v1/event/{eventId}/sponsors/{sponsorId} \
--header 'x-access-token: <api-key>'