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 system to manage workout executions. Specifically, the "Delete" operation under the "Workout Execution" resource allows users to delete a specific workout execution record by its ID. This is useful for scenarios where a workout execution entry was created in error or needs to be removed for data cleanup.
Practical examples:
- Removing a mistakenly logged workout session.
- Deleting outdated or test workout execution records from the system.
Properties
| Name | Meaning |
|---|---|
| Show Complete Response | Boolean flag to determine if the full API response should be returned or just the result. |
| ID | The unique identifier of the workout execution to delete (required). |
Output
The output JSON will contain the response from the GymControl API after attempting to delete the specified workout execution. If "Show Complete Response" is enabled, the entire API response is returned; otherwise, only essential confirmation 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 node expects the base URL and authentication token to be configured via credentials.
- Network access to the GymControl API endpoint is necessary.
Troubleshooting
Common issues:
- Invalid or missing ID parameter will cause the deletion to fail.
- Authentication errors if the API key is invalid or expired.
- Network connectivity problems preventing access to the GymControl API.
Error messages:
- "Not Found" or similar indicates the specified workout execution ID does not exist.
- "Unauthorized" or "Forbidden" suggests issues with API credentials.
- Timeout or connection errors indicate network issues.
Resolutions:
- Verify the correctness of the workout execution ID.
- Ensure the API key credential is valid and has proper permissions.
- Check network connectivity and firewall settings.
Links and References
- GymControl API documentation (refer to your GymControl provider's official docs for detailed API endpoints and usage).