Preset categories

Unshare a category from a group

Disables sharing for all presets in the given category.

DELETE
/preset/categories/{category_id}/share/{group_name}

Authorization

token_auth
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Path Parameters

category_id*string
group_name*string

Response Body

application/json

application/json

curl -X DELETE "https://v2.api.piktid.com/preset/categories/string/share/string"
{
  "unshared_count": 0,
  "not_shared_count": 0,
  "skipped_preset_codes": [
    "string"
  ]
}
{
  "error": "Invalid request",
  "detail": [
    {
      "field": null,
      "message": "string",
      "position": "query"
    }
  ]
}
Empty
Empty