Attributes
Delete attribute
Permanently deletes an attribute by its template and attribute key. Publishes an attribute deletion event to notify dependent systems.
DELETE
/
api
/
v1
/
{team_slug}
/
{app_slug}
/
attributes
/
{attribute_template_key}
/
{attribute_key}
Error
A valid request URL is required to generate request examples{
"data": {
"created_at": "<string>",
"description": "<string>",
"fields": [
{
"created_at": "<string>",
"id": "<string>",
"key": "<string>",
"name": "<string>",
"type": "<string>",
"updated_at": "<string>"
}
],
"filterable": true,
"id": "<string>",
"key": "<string>",
"linked_attributes": [
{
"created_at": "<string>",
"description": "<string>",
"filterable": true,
"id": "<string>",
"key": "<string>",
"name": "<string>",
"template_key": "<string>",
"template_name": "<string>",
"translatable": true,
"translations": {
"description": [
{
"id": "<string>",
"locale": "<string>",
"value": "<string>"
}
],
"name": [
{
"id": "<string>",
"locale": "<string>",
"value": "<string>"
}
]
},
"updated_at": "<string>",
"values": {}
}
],
"name": "<string>",
"template_key": "<string>",
"template_name": "<string>",
"translatable": true,
"translations": {
"description": [
{
"id": "<string>",
"locale": "<string>",
"value": "<string>"
}
],
"name": [
{
"id": "<string>",
"locale": "<string>",
"value": "<string>"
}
]
},
"updated_at": "<string>",
"values": {}
},
"details": [
"<string>"
],
"success": true
}{
"details": [
"<string>"
],
"message": "<string>",
"success": true
}{
"details": [
"<string>"
],
"message": "<string>",
"success": true
}{
"details": [
"<string>"
],
"message": "<string>",
"success": true
}Path Parameters
App slug
Team slug
Attribute template key
Attribute key
⌘I
Error
A valid request URL is required to generate request examples{
"data": {
"created_at": "<string>",
"description": "<string>",
"fields": [
{
"created_at": "<string>",
"id": "<string>",
"key": "<string>",
"name": "<string>",
"type": "<string>",
"updated_at": "<string>"
}
],
"filterable": true,
"id": "<string>",
"key": "<string>",
"linked_attributes": [
{
"created_at": "<string>",
"description": "<string>",
"filterable": true,
"id": "<string>",
"key": "<string>",
"name": "<string>",
"template_key": "<string>",
"template_name": "<string>",
"translatable": true,
"translations": {
"description": [
{
"id": "<string>",
"locale": "<string>",
"value": "<string>"
}
],
"name": [
{
"id": "<string>",
"locale": "<string>",
"value": "<string>"
}
]
},
"updated_at": "<string>",
"values": {}
}
],
"name": "<string>",
"template_key": "<string>",
"template_name": "<string>",
"translatable": true,
"translations": {
"description": [
{
"id": "<string>",
"locale": "<string>",
"value": "<string>"
}
],
"name": [
{
"id": "<string>",
"locale": "<string>",
"value": "<string>"
}
]
},
"updated_at": "<string>",
"values": {}
},
"details": [
"<string>"
],
"success": true
}{
"details": [
"<string>"
],
"message": "<string>",
"success": true
}{
"details": [
"<string>"
],
"message": "<string>",
"success": true
}{
"details": [
"<string>"
],
"message": "<string>",
"success": true
}