Skip to main content

Delete a Schema Attribute for Non-Employee Source

DELETE 

/non-employee-sources/:sourceId/schema-attributes/:attributeId

This end-point deletes a specific schema attribute for a non-employee source. Requires role context of idn:nesr:delete

Request

Path Parameters

    attributeId stringrequired

    The Schema Attribute Id (UUID)

    Example: ef38f94347e94562b5bb8424a56397d8
    sourceId stringrequired

    The Source id

    Example: ef38f94347e94562b5bb8424a56397d8

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...