Delete from project

Deletes a custom field value from a project.

DELETE
/ beta / custom-field-values / project / {projectId} / custom-fields / {valueId}

Authorization

  • X-API-Key
    string
    required

    Header with the name X-API-Key where the value is your API key.

Path parameters

  • projectId
    string
    required

    The project from which a custom field value will be deleted.

  • valueId
    string
    required

    The ID of the custom field value that will be deleted.