Delete

DELETE /:account/user_schema/:slug

Note: This endpoint is still under active development, and may change without warning.

User Schema fields allow primary account admins to designate fields that users can fill out to customize their personalization variables.

Examples

Deleting a custom field

Request

DELETE /textus/user_schema/calendar
Example
$ curl -i -H Accept:"application/vnd.textus+jsonld" \
    -H Authorization:"Bearer {token}" \
    -X DELETE /textus/user_schema/calendar
    

Response

Status

204

Response Type

No body


© 2024 TextUs