Delete Table Mapping
  • 13 Mar 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Delete Table Mapping

  • Dark
    Light
  • PDF

Article Summary

Delete
/internal-assets/4.0/table-mapping/{envId}/{assetTemplateId}

This Delete Request deletes all the Tables under the specified Attribute.
If you wish to delete a specific Table, filter using the Table Name or Table Mapping ID.

Path parameters
envId
string (uuid) Required

The Environment ID can be found under the Details Tab in the Environment Settings.

assetTemplateId
stringRequired

The Asset Template ID can be found under the Details tab of the relevant Asset Type.

Query parameters
filter[tableName]
string

Filter to apply on the Table Name

filter[id]
string

Filter to apply on Table Mapping ID.

Responses
200

Successful operation

Headers
x-request-id
string
The ID of the request
Expand All
object

Response object

data
Array of object (MappingId)
object

Mapping ID

id
string (uuid)

Mapping ID

400

Table not found

Headers
x-request-id
string
The ID of the request
Expand All
object

Response object

errors
Array of object (Error)
object

Error object

args
object
code
string
id
string
message
string
name
string
status
integer
401

Unauthorized

Headers
x-request-id
string
The ID of the request
Expand All
object

Response object

errors
Array of object (Error)
object

Error object

args
object
code
string
id
string
message
string
name
string
status
integer
404

Object not found

Headers
x-request-id
string
The ID of the request
Expand All
object

Response object

errors
Array of object (Error)
object

Error object

args
object
code
string
id
string
message
string
name
string
status
integer
500

Internal Server Error

Headers
x-request-id
string
The ID of the request
Expand All
object

Response object

errors
Array of object (Error)
object

Error object

args
object
code
string
id
string
message
string
name
string
status
integer

Was this article helpful?