Skip to main content
DELETE
/
attributes
/
{id}
API to delete an attribute
curl --request DELETE \
  --url https://api.getenso.ai/attributes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Success",
  "data": {}
}
SystemUser permission: AttributeService:deleteAttribute

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Path Parameters

id
string
required

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object

Endpoint-specific payload (object, array, or null)