Legal

Account Deletion

Apple App Review can test account deletion against the same production service used by DckFood. A dedicated review token is provided separately in App Store Connect. This page does not include that token.

How to test

Send a DELETE request with the Apple Review bearer token. Do not include a request body. Do not send a user id. The API deletes only the authenticated review account.

Endpoint:
DELETE https://dckfood.my/api/v1/account/

Authentication:
Authorization: Bearer <Apple Review Token>

Request Body:
None

Expected Response:
204 No Content

What is deleted

The authenticated user's account and personal data are removed, including profile details, addresses, favorites, loyalty identity, device tokens, sessions, and uploaded personal files.

What is retained

Required business records such as orders and payments are retained with personal information removed. Other customers and staff accounts are not affected.