mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
NEROCKET-481 added documentation for synced attributes delete.' by github action: 7699835653
16 lines
430 B
YAML
16 lines
430 B
YAML
delete:
|
|
summary: Delete synced attribute
|
|
operationId: deleteSyncedAttribute
|
|
description: Delete a synced attribute.
|
|
tags:
|
|
- synced attributes
|
|
parameters:
|
|
- $ref: "../parameters/path/profile_type_id.yaml"
|
|
- $ref: "../parameters/path/ne_attribute_id.yaml"
|
|
responses:
|
|
'200':
|
|
$ref: "../responses/Info.yaml"
|
|
'400':
|
|
$ref: "../responses/400.yaml"
|
|
'500':
|
|
$ref: "../responses/500.yaml" |