Backoffice API
  1. References
Backoffice API
  • Back to home
  • Core
  • Assets
    • Images
      • Create Asset Image
      • Asset Image by id
      • Asset Image by key
      • Asset Image by hash
      • Delete Asset Image by id
      • Restore soft deleted Asset image by id
  • Categories
    • Paginated Categories
      GET
    • Create Category
      POST
    • Category by id
      GET
    • Update Category by id
      PATCH
    • Delete Category by id
      DELETE
    • Restore soft deleted Category by id
      POST
  • References
    • Create Reference
      POST
    • Reference by ref
      GET
    • Remove Reference by ref
      DELETE
  1. References

Remove Reference by ref

DELETE
/references/{ref}

Request

Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
API Key
Add parameter in query
x-api-key
Example:
x-api-key: ********************
or
Path Params

Responses

🟢204No Content
This response does not have a body.
🟠401Unauthorized API KEY
🟠403Unauthorized roles
🟠404Entity not found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://prod.your-api-server.com/api/core/v2/references/facebook:07d56a6e-4bce-4e7d-b539-1e68c6d48d90' \
--header 'x-api-key: <api-key>'
Response Response Example
401 - Example 1
{
    "error": "Unauthorized access"
}
Modified at 2025-06-19 16:41:28
Previous
Reference by ref
Built with