cURL
curl --request POST \ --url https://api.wodup.dev/api/public/gyms/{id}/deactivate \ --header 'Authorization: Basic <encoded-value>'
{ "email": "info@antarctica-fitness.com", "id": "gym_abc123", "integration_platform_id": "5d568208-31d7-4c0f-93d7-e2ad5d688c8d", "integration_status": "active", "name": "Antarctica Fitness", "time_zone": "Antarctica/South_Pole" }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
ID of gym to deactivate
Gym
An organization on WodUp