Delete Service Credential

Delete Service Credential

Delete a service credential

Request
URI
DELETE
https://vra-interop-222-139.lvn.broadcom.net/content/api/vcf/{integrationId}/domain/{domainId}/service-accounts/{id}
COPY
Path Parameters
string
integrationId
Required

integrationId

string
domainId
Required

domainId

string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/content/api/vcf/{integrationId}/domain/{domainId}/service-accounts/{id}