Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
serviceaccount id
Response
Virtual account deleted successfully
The response is of type object
.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/virtual-accounts/{id} \
--header 'Authorization: Bearer <token>'
{}
Delete a virtual account associated with the provided virtual account id.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/virtual-accounts/{id} \
--header 'Authorization: Bearer <token>'
{}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
serviceaccount id
Virtual account deleted successfully
The response is of type object
.
Was this page helpful?