delete https://api.bigpanda.io/resources/v2.0/topologies/
Deletes the organization's topology model and removes it from the system.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
Sample Call
curl --request DELETE \
--url https://api.bigpanda.io/resources/v2.0/topologies/1hjh4j234jh34 \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'Authorization: Bearer <User API Key>'
curl --request DELETE \
--url https://eu-api.bigpanda.io/resources/v2.0/topologies/1hjh4j234jh34 \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'Authorization: Bearer <User API Key>'