Skip to content

Implement Profile Deletion API #18

@delucca

Description

@delucca

Type of Issue

Feature Request

Description

Develop an API endpoint to delete user profiles. This functionality should include checks to confirm the deletion action and handle data cleanup related to the profile (e.g., removing linked bookings).

Additional Context

Deleting a profile may require additional data cleanup (e.g., unlinking bookings), so ensure that the associated data is handled correctly. This action should be restricted to authorized users or staff.

Acceptance Criteria

  1. Profile deletion endpoint is implemented.
  2. Permission checks are in place to restrict deletion access.
  3. Associated data (e.g., linked bookings) is handled appropriately.
  4. Deleted profiles are removed from the database.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions