diff --git a/api-specs/import/types/error.raml b/api-specs/import/types/error.raml index 71a46c385..be1c1dacc 100644 --- a/api-specs/import/types/error.raml +++ b/api-specs/import/types/error.raml @@ -234,28 +234,3 @@ types: type: string description: | `"Adding a new variant as master variant is not allowed."` - ReferencedResourceNotFound: - type: ErrorObject - displayName: ReferencedResourceNotFoundError - discriminatorValue: ReferencedResourceNotFound - description: | - Returned when a resource referenced by a [Reference](/../api/types#reference) or a [ResourceIdentifier](/../api/types#resourceidentifier) could not be found. - properties: - code: - type: string - message: - type: string - description: | - `"The referenced object of type $typeId $predicate was not found. It either doesn't exist, or it can't be accessed from this endpoint (e.g., if the endpoint filters by store or customer account)."` - typeId: - type: common.ReferenceType - description: | - Type of referenced resource. - id?: - type: string - description: | - Unique identifier of the referenced resource, if known. - key?: - type: string - description: | - User-defined unique identifier of the referenced resource, if known.