Deletes a specific working period from a gym.
| Permission | Description |
|---|---|
gym_working_periods.delete | Delete working periods from your own gyms |
gym_working_periods.delete_any | Delete working periods from any gym |
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| gym-id | int | Yes | ID of the gym | 123 |
| working-period-id | int | Yes | ID of the working period | 55 |
DELETE /api/v1/gyms/123/working-periods/55
Authorization: Bearer {token}
No content is returned when the working period is successfully deleted.
| Status | Description | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden (no permission) | Permission error |
| 404 | Not found | Not-found error |