v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Jobs

Remove keys from job

Remove multiple keys from existing job.

delete/projects/{project_id}/jobs/{id}/keys

Path parameters

project_idstring required

Project ID

idstring required

ID

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Request body

branchstring

specify the branch to use

translation_key_idsstring[] required

ids of keys that should be deleted from the job

Example request

{
  "branch": "my-feature-branch",
  "translation_key_ids": [
    "abcd1234cdef1234abcd1234cdef1234"
  ]
}

Response

The resource was deleted successfully.