Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Network's unique integer ID, or subdomain Unique numeric network ID
Response
Space successfully deleted
Alpha Release: The Admin API and its documentation are currently in alpha and subject to change. Features, endpoints, and functionality may be modified or updated without notice.
curl --request DELETE \
--url https://api.mn.co/admin/v1/networks/{network_id}/spaces/{id} \
--header 'Authorization: Bearer <token>'This response does not have an example.curl --request DELETE \
--url https://api.mn.co/admin/v1/networks/{network_id}/spaces/{id} \
--header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Network's unique integer ID, or subdomain Unique numeric network ID
Space successfully deleted