Skip to main content
DELETE
Delete migration mapping

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

mapping_id
string<uuid>
required

The unique identifier for the migration mapping.

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

Response

Deleted migration mapping

Maps a resource identity from an old tenant to a new tenant.

creation_time
string<date-time>
required

The date and time the resource was created.

Example:

"2010-05-06T12:23:34.321Z"

id
string<uuid>
required

The unique identifier for the migration mapping.

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

last_updated_time
string<date-time>
required

The date and time the resource was last updated.

Example:

"2010-05-06T12:23:34.321Z"

old_resource_id
string
required

The previous resource ID under the old tenant.

Example:

"abc123"

old_tenant
string
required

The id of the tenant containing the resource.

Example:

"abcdef_ghijkl"

resource_id
string
required

The new/current resource ID.

Example:

"def456"

resource_type
enum<string>
required

The type of resource being mapped.

Available options:
PERSON,
BUSINESS,
ACCOUNT
tenant
string
required

The id of the tenant containing the resource.

Example:

"abcdef_ghijkl"

deletion_time
string<date-time> | null

The date and time the resource was deleted.

Example:

"2010-05-06T12:23:34.321Z"