Skip to main content

Delete entities by type

DELETE 

/api/v1/catalog

Note: Dangerous operation that will delete all entities that are of the given type

Request

Query Parameters

    types string[]required

    A list of entity types to delete

    Example: service,rds,s3,domain

Responses

Successfully deleted entities

Loading...