Synctera · Schema

Deleted Object

Deleted object information

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
id string Object ID
resource string The resource name
View JSON Schema on GitHub

JSON Schema

synctera-delete-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/delete_response",
  "title": "Deleted Object",
  "description": "Deleted object information",
  "properties": {
    "id": {
      "description": "Object ID",
      "format": "uuid",
      "type": "string"
    },
    "resource": {
      "description": "The resource name",
      "type": "string"
    }
  },
  "type": "object"
}