Skip to content

Credentials API Documentation

Overview

The Credentials API provides endpoints for managing user credentials in the system.

Delete Credentials

DELETE https://api.journeyid.com/credentials

Deletes multiple credentials for a specific customer.

Request Body

json
{
  "type": "webauthn",
  "customerRef": "string",
  "reason": "string (1-64 characters)"
}

Response

json
{}