# Delete user **DELETE /v1/users/{identifyId}** Deletes a user ### 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 ### Path parameters - **identifyId** (string) User id (from identify call) ### Query parameters - **hardDelete** (boolean) Hard delete, do not revive if created/updated again in 7 day window ## 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)