Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the person to delete (UUID)
Response
Person deleted successfully
Deletes the IVMS101-compliant person entity corresponding to the given UUID. Returns 204 if the deletion is successful, or 404 if the person does not exist.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier of the person to delete (UUID)
Person deleted successfully