Delete recipient
Permanently removes the recipient and all associated notifications, preferences, and delivery records from the environment. This action is irreversible. The endpoint is idempotent — deleting an already-deleted recipient returns success.
Authorization
environmentKey In: header
Response Body
curl -X DELETE "https://loading/v1/server/recipients/{recipientId}"Get recipient GET
Retrieves the full recipient record including profile, device tokens, engagement counters, and subscription status. The `{recipientId}` path segment is the external id assigned by your application. Returns 404 if the recipient does not exist in this environment.
Put recipient PUT
Full-replacement upsert keyed by the `{recipientId}` path segment. If the recipient exists, its profile is replaced entirely with the provided fields. If it does not exist, a new recipient is created. This endpoint is idempotent — repeated calls with the same body produce the same result.