How to remove `architecture` from deb repository?

Problem:
Using pulp deb cli - there is no way of add/update/remove of architecture;
Is REST API pulp/api/v3/content/deb/release_architectures/ it is possible to list and add architecture;
Documentation does not have anything on how to deal with architecture;

Expected outcome:
Would like to know if there is possibility to remove architecture;
Also, would like to see documentation on how to deal with architecture for deb repository;

Pulpcore version:
“component”: “core”,
“version”: “3.43.0”,
“package”: “pulpcore”,

Pulp plugins installed and their versions:
“versions”: [
{
“component”: “core”,
“version”: “3.43.0”,
“package”: “pulpcore”,
“domain_compatible”: true
},
{
“component”: “ansible”,
“version”: “0.21.0”,
“package”: “pulp-ansible”,
“domain_compatible”: false
},
{
“component”: “certguard”,
“version”: “1.7.1”,
“package”: “pulp-certguard”,
“domain_compatible”: true
},
{
“component”: “container”,
“version”: “2.17.0”,
“package”: “pulp-container”,
“domain_compatible”: false
},
{
“component”: “deb”,
“version”: “3.1.0”,
“package”: “pulp_deb”,
“domain_compatible”: false
},
{
“component”: “gem”,
“version”: “0.4.0”,
“package”: “pulp-gem”,
“domain_compatible”: true
},
{
“component”: “maven”,
“version”: “0.7.0”,
“package”: “pulp-maven”,
“domain_compatible”: false
},
{
“component”: “ostree”,
“version”: “2.2.1”,
“package”: “pulp-ostree”,
“domain_compatible”: false
},
{
“component”: “python”,
“version”: “3.11.0”,
“package”: “pulp-python”,
“domain_compatible”: false
},
{
“component”: “rpm”,
“version”: “3.24.0”,
“package”: “pulp-rpm”,
“domain_compatible”: true
},
{
“component”: “file”,
“version”: “3.43.0”,
“package”: “pulp-file”,
“domain_compatible”: true
}

Operating system - distribution and version:
Ubuntu 22

Other relevant data:

After experimenting with deb uploads into repository, I discovered that probably I should not create architectures by myself, as they are being created automatically when I upload deb and do pulp deb publication create then if uploaded package architecture is not yet present - it is created automatically.

1 Like