Dragon Family icon

Dragon Family

Interact with the Dragon Family API

Overview

The "Delete Member" operation in the Dragon Family node allows users to remove a member from their Dragon Family account via the Dragon Family API. This operation is useful for managing membership records, such as when a member leaves the family group or needs to be removed for administrative reasons.

Practical examples include:

  • Removing a child or family member who no longer participates.
  • Cleaning up outdated or incorrect member entries.
  • Managing access and permissions by deleting members who should no longer have them.

Properties

Name Meaning
Base URL The base URL of the Dragon Family API. Default is https://api.dragonfamily.com.
User Token Your API access token used for authentication. It is sent as a Bearer token in the Authorization header.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will confirm whether the member was successfully deleted or provide error information if the deletion failed.

No binary data output is indicated for this operation.

Dependencies

  • Requires access to the Dragon Family API endpoint.
  • Needs a valid API access token (User Token) for authorization.
  • The node configuration must specify the correct Base URL and provide the User Token.

Troubleshooting

  • Invalid or missing token: If the API token is invalid or not provided, the request will fail with an authorization error. Ensure the token is correctly set and has sufficient permissions.
  • Incorrect Base URL: Using an incorrect or unreachable Base URL will cause connection errors. Verify the URL is correct and accessible.
  • Member not found: Attempting to delete a non-existent member may return an error. Confirm the member ID or identifier is correct before deletion.
  • API rate limits or downtime: Temporary API issues can cause failures. Retry after some time or check the API status.

Links and References

Discussion