Actions91
- Account Setting Actions
- Addon Actions
- Ceiling Actions
- Company Info Actions
- Device Actions
- Exercise Actions
- Feedback Actions
- File Actions
- File Type Actions
- Gender Actions
- Guest Actions
- License Actions
- Log Actions
- Payment Actions
- Permission Actions
- Relationship Actions
- Role Actions
- Service Actions
- Service Price Actions
- Social Actions
- Topic Actions
- User Actions
- Workout Execution Actions
- Worksheet Actions
Overview
This node integrates with the GymControl API to manage various gym-related resources. Specifically, for the "Ceiling" resource with the "Delete" operation, it allows users to delete a ceiling record by its unique ID. This is useful in scenarios where you need to remove outdated or incorrect ceiling configurations from your gym management system.
Practical example: If a ceiling limit (e.g., maximum number of members or sessions) was set incorrectly or is no longer needed, this node can be used to delete that ceiling entry programmatically as part of an automated workflow.
Properties
| Name | Meaning |
|---|---|
| Show Complete Response | Boolean option to return the full API response instead of just the main data output. |
| ID | The unique identifier of the ceiling record to delete. This is required for deletion. |
Output
The node outputs JSON data representing the response from the GymControl API after attempting to delete the specified ceiling. If "Show Complete Response" is enabled, the entire API response is returned; otherwise, only the essential result data is provided.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating requests to the GymControl API.
- The base URL for the API is configured via credentials.
- The node uses HTTP DELETE requests to the endpoint corresponding to ceilings.
Troubleshooting
Common issues:
- Invalid or missing ceiling ID will cause the API to reject the request.
- Authentication failures if the API key is invalid or missing.
- Network connectivity problems preventing access to the GymControl API.
Error messages and resolutions:
- "Unauthorized" or "Authentication failed": Check that the API key credential is correctly configured and valid.
- "Not Found" or "Ceiling ID does not exist": Verify that the provided ceiling ID is correct and exists in the system.
- "Bad Request": Ensure the ID parameter is properly formatted and included.
- Timeout or network errors: Confirm network connectivity and API availability.
Links and References
- GymControl API documentation (general reference): GymControl API Docs (example placeholder link)