Delete Gateway Credentials

DELETE {{apiPath}}/environments/{{envID}}/gateways/{{gatewayID}}/credentials/{{credentialID}}

The following sample shows the DELETE /environments/{{envID}}/gateways/{{gatewayID}}/credentials/{{credentialID}} operation to delete the gateway credential specified by its ID in the request URL.

Note: The DELETE operation on a gateway credential also revokes the credential. All gateway instances using that token will have their credentials revoked.

When successful, the DELETE request returns a code 204 No Content message.