Delete GPDR data request
Delete the user account and all associated data for the given id. This operation cannot be un-done!
DELETE
/v1/client/user/gdpr-requests
curl \
--request DELETE https://api.bitlabs.ai/v1/client/user/gdpr-requests \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (202)
{
"data": {
"id": 42
}
}