/accounts/{id}/credentials/{credentialId}Ask AIdelete https://{BaseUrl}/api/v3.0/accounts/{id}/credentials/{credentialId}Deletes the credential from the account.Path ParamscredentialIdstringrequiredCredential IDidstringrequiredAccount ID. Use self as the Account ID to reference the account of the current sessionResponses 204Credential deleted. 400The supplied object is invalid. Error detail will contain the validation error. 401You are not authenticated. Please authenticate and try again. 403You have no permission to access the specified resource. 404Referenced resource could not be found. 500Something went wrong in the server. Please try again.Updated 5 months ago