Delete runner
Delete a runner by id.
DELETE
/platform/infrastructure/runners/{runner_id}
curl \
--request DELETE 'https://{{hostname}}/api/v1/platform/infrastructure/runners/{runner_id}' \
--user "username:password"
Delete a runner by id.
curl \
--request DELETE 'https://{{hostname}}/api/v1/platform/infrastructure/runners/{runner_id}' \
--user "username:password"