# Unlink a Gateway from a Space **DELETE /spaces/{spaceId}/gateways/{gatewayId}** ## Servers - The production URL for sending requests to the Reelables API.: https://api.reelables.com/v1 (The production URL for sending requests to the Reelables API.) ## Authentication methods - Auth endpoint ## Parameters ### Headers - **request-id** (string) Unique identifier for the API request. Example: f7ecf495-ca1c-4468-a6c2-6ee3f723fa00 ### Path parameters - **spaceId** (string) The identifier of the Space - **gatewayId** (string) The identifier of the Gateway ## Responses ### 200 200 response #### Body: application/json (object) - **numberAssetsInSpace** (integer(int32)) The total number of Assets currently in the Space - **name** (string) The name of the Space - **locations** (object) - **id** (string) Unique identifier of the Space. Example: '00Es43YBJfNRXNSvLmni' - **createdOn** (string(date-time)) Date that the Space was created, in UTC. Example: '2019-07-21T17:32:28Z' - **gateway** (object) - **workspaceId** (string(uuid)) Unique identifier of the workspace. Example: 'd290f1ee-6c54-4b01-90e6-d701748f0851' ### 401 Unauthorized #### Body: application/json (object) - **errors** (array[object]) ### 403 Forbidden #### Body: application/json (object) - **errors** (array[object]) ### 404 Space not found #### Body: application/json (object) - **errors** (array[object]) ### 429 Too Many Requests #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)