v50

latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KB
Entries

Untag an entry

Removes tags from the entry identified by the specified slug.

delete/entry/{entry_slug}/tag/{tags}

Path parameters

tagsstring required

Comma-separated list of tags to remove from the entry. Surrounding whitespace is trimmed from each tag and empty values are ignored. Tags that are not currently applied to the entry are ignored.

Headers

Accept'application/vnd.Creative Force.v2.3+json' | 'application/vnd.Creative Force.v2.3+xml' required

Defines the response type.

Response

Entry untagged.

auto_scoreinteger

Automated score calculated for the entry.

commentsstring

Manager comments recorded on the entry, joined into a single string.

contributor_countinteger

Number of contributors linked to the entry.

createdstring date-time

Date and time when the entry was created.

custom_deadlinestring

Custom submission deadline for the entry, or - when none is set.

divisioninteger nullable

Division number assigned to the entry, or null when none is assigned.

eligibility_statusstring

Eligibility status of the entry.

files_countinteger

Number of files uploaded to the entry.

grant_end_datestring nullable

Date when the grant ends, or null when not applicable.

local_idinteger

Sequential identifier of the entry within the account.

moderation_statusstring

Moderation status of the entry.

payment_statusstring

Payment status of the entry.

plagiarism_scan_statusstring

Plagiarism scan status of the entry.

review_statusstring

Review status of the entry.

slugstring

URL-safe identifier of the entry.

statusstring

Submission status of the entry. Possible values include submitted, in_progress, resubmission_required, resubmitted, invited, and not_approved_for_submission.

submittedstring date-time nullable

Date and time when the entry was submitted, or null when not yet submitted.

tagsstring

Tags applied to the entry, as a comma-separated list.

titlestring

Title of the entry.

updatedstring date-time

Date and time when the entry was last updated.

user_commentsstring

Comments left by users on the entry, joined into a single string.

Example response

{
  "entrant": {
    "slug": "AbCdEfGh",
    "link": "https://api.au.cr4ce.com/user/AbCdEfGh",
    "name": "Ada Lovelace",
    "first_name": "Ada",
    "last_name": "Lovelace",
    "email": "ada.lovelace@example.com",
    "global_id": "9c78dcbc-53cf-42f1-b5b3-82fe396f66e6"
  },
  "entry_fields": [
    {
      "slug": "IjKlMnOp",
      "link": "https://api.au.cr4ce.com/field/IjKlMnOp",
      "label": {
        "en_GB": "<p>Summary</p>"
      },
      "title": {
        "en_GB": "Summary"
      },
      "value": "A short film about resilience.",
      "translated": {
        "en_GB": ""
      }
    },
    {
      "slug": "QrStUvWx",
      "link": "https://api.au.cr4ce.com/field/QrStUvWx",
      "label": {
        "en_GB": "<p>Budget</p>"
      },
      "title": {
        "en_GB": "Budget"
      },
      "dynamicRows": [],
      "values": {
        "B1": "23.00",
        "C1": "32"
      },
      "translated": {
        "en_GB": ""
      }
    },
    {
      "slug": "YzAbCdEf",
      "link": "https://api.au.cr4ce.com/field/YzAbCdEf",
      "label": {
        "en_GB": "<p>Supporting document</p>"
      },
      "title": {
        "en_GB": "Supporting document"
      },
      "value": null,
      "token": "GhIjKlMnOpQrStUv",
      "download": "https://files.au.cr4ce.com/file/GhIjKlMnOpQrStUv/brief.pdf?Expires=1781485359&Signature=REDACTED&Key-Pair-Id=REDACTED",
      "translated": {
        "en_GB": ""
      }
    }
  ],
  "attachments": [
    {
      "token": "GhIjKlMnOpQrStUv",
      "link": "https://api.au.cr4ce.com/attachment/GhIjKlMnOpQrStUv",
      "file": {
        "token": "GhIjKlMnOpQrStUv",
        "link": "https://api.au.cr4ce.com/file/GhIjKlMnOpQrStUv",
        "filename": "brief.pdf",
        "download": "https://files.au.cr4ce.com/file/GhIjKlMnOpQrStUv/brief.pdf?Expires=1781485359&Signature=REDACTED&Key-Pair-Id=REDACTED"
      },
      "attachment_fields": [],
      "tab": {
        "slug": "WxYzAbCd",
        "type": "Attachments",
        "created_at": "2025-04-27T01:00:00Z",
        "updated_at": "2025-05-12T14:00:00Z"
      }
    }
  ],
  "auto_score": 0,
  "category": {
    "slug": "EfGhIjKl",
    "link": "https://api.au.cr4ce.com/category/EfGhIjKl",
    "name": {
      "en_GB": "Short film"
    }
  },
  "chapter": {
    "slug": "MnOpQrSt",
    "link": "https://api.au.cr4ce.com/chapter/MnOpQrSt",
    "name": {
      "en_GB": "Europe"
    }
  },
  "comments": "Jordan Lee (2025-06-03T10:45:29+00:00): manager comment",
  "contributor_count": 1,
  "contributors": [
    {
      "slug": "UvWxYzAb",
      "tab": {
        "slug": "CdEfGhIj",
        "type": "Contributors",
        "created_at": "2025-04-13T10:35:30Z",
        "updated_at": "2025-06-18T14:42:14Z"
      },
      "contributor_fields": [
        {
          "slug": "KlMnOpQr",
          "link": "https://api.au.cr4ce.com/field/KlMnOpQr",
          "label": {
            "en_GB": "<p>Role</p>"
          },
          "title": {
            "en_GB": "Role"
          },
          "value": "Director",
          "translated": {
            "en_GB": ""
          }
        }
      ]
    }
  ],
  "created": "2025-03-11T15:00:03Z",
  "custom_deadline": "-",
  "division": 2,
  "eligibility_status": "",
  "files_count": 1,
  "form": {
    "slug": "StUvWxYz",
    "link": "https://api.au.cr4ce.com/form/StUvWxYz",
    "name": {
      "en_GB": "Entry form"
    }
  },
  "grant_end_date": null,
  "grant_status": null,
  "local_id": 916,
  "moderation_status": "undecided",
  "parent_category": null,
  "payment_status": "Paid",
  "plagiarism_scan_status": "unscanned",
  "review_status": "",
  "season": {
    "slug": "BcDeFgHi",
    "link": "https://api.au.cr4ce.com/season/BcDeFgHi",
    "name": {
      "en_GB": "2026"
    }
  },
  "slug": "PqRsTuVw",
  "status": "submitted",
  "submitted": "2025-08-11T13:19:42Z",
  "tags": "documentary, finalist",
  "title": "Documentary series",
  "updated": "2026-06-18T07:25:20Z",
  "user_comments": "Jordan Lee (2025-02-19T14:22:43+00:00): strong submission"
}