[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform

Delete Enterprise

Description

Delete a Customer

Request

Request

URL

URL


delete
https://{api_host}//api/sdwan/v2/enterprises/{enterpriseLogicalId}
Copy

Path Parameters

Path Parameters

string
enterpriseLogicalId Required

The logicalId GUID for the target enterprise


Query Parameters

Query Parameters

string
include Optional

A comma-separated list of field names corresponding to linked resources. Where supported, the server will resolve resource attributes for the specified resources.


Response

Response

204 No Content

Resource deleted successfully

Errors

Errors

UnAuthorized
401

Unauthorized


ResourceNotFoundError
404

Resource not found


RateLimitExceededError
429

Rate Limit Exceeded


InternalServerError
500

Internal server error

Code Samples

Code Samples

cURL Command

curl -X DELETE https://{api_host}/api/sdwan/v2/enterprises/{enterpriseLogicalId}


Feedback

Was this page helpful?