# Delete user (identifyId passed via request body) **DELETE /v1/users/delete** Deletes a user with identifyId specified in delete body This delete method is useful when the identify ID contains special characters that make it impossible to use the delete method with the identifyId in the request path. ### HardDelete: Default behavior is to mark the user as deleted, which will cause it to be hidden in the application. If a user with the same id is created or updated within the next 7 days, the previously deleted record will be revived with all of its associated event history. Conversely, if a user with the same ID is created after 7 days, a totally new record with no event history will be created. To disable the current record from being revived in the future, set the hardDelete flag to true ## Servers - https://api.aptrinsic.com: https://api.aptrinsic.com () ## Parameters ### Query parameters - **hardDelete** (boolean) Hard delete, do not revive if created/updated again in 7 day window ### Body: application/json (object) deleteUser - **identifyId** (string) ## Responses ### 200 Deleted #### Body: */* (object) - **body** (object) - **statusCode** (string) - **statusCodeValue** (integer(int32)) ### 204 No Content #### Body: */* (object) - **body** (object) - **statusCode** (string) - **statusCodeValue** (integer(int32)) ### 401 Unauthorized or bad API Key ### 404 User not found ### 429 Rate limit exceeded [Powered by Bump.sh](https://bump.sh)