Skip to main content

DeleteRelationshipResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/DeleteRelationshipResponseBody.json
messagestringrequired

Confirmation message

relationshipsDeletedint64required

Number of relationships deleted

DeleteRelationshipResponseBody
{
"$schema": "https://example.com/schemas/DeleteRelationshipResponseBody.json",
"message": "string",
"relationshipsDeleted": 0
}